home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / Partition Logic 0.68 / partlogic-0.68.iso / programs / helpfiles / cp.txt < prev    next >
Encoding:
Text File  |  2007-05-10  |  714 b   |  23 lines

  1.  
  2.  -- cp --
  3.  
  4. Copy files.
  5.  
  6. Synonym:
  7.   copy
  8.  
  9. Usage:
  10.   cp [-R] <item1> [item2] ... <new_name | detination_directory>
  11.  
  12. This command will copy one or more files or directories.  If one source
  13. item is specified, then the last argument can be either the new name to
  14. copy to, or else can be a destination directory -- in which case the new
  15. item will have the same name as the source item.  If multiple source items
  16. are specified, then the last argument must be a directory name and all
  17. copies will have the same names as their source items.
  18.  
  19. The -R flag means copy recursively.  The -R flag must be used if any of
  20. the source items are directories.  If none of the source items are
  21. directories then the flag has no effect.
  22.  
  23.